- function result
- результат функции
English-Russian dictionary of computer science. 2015.
English-Russian dictionary of computer science. 2015.
function — n 1 Function, office, duty, province are comparable when they mean the act, acts, activities, or operations expected of a person or thing by virtue of his or its nature, structure, status, or position. Function is the most comprehensive of these… … New Dictionary of Synonyms
function — [fuŋk′shən] n. [OFr < L functio < pp. of fungi, to perform < IE base * bheug , to enjoy > Sans bhuṅktē, (he) enjoys] 1. the normal or characteristic action of anything; esp., any of the natural, specialized actions of a system, organ … English World dictionary
Function overloading — or method overloading is a feature found in various programming languages such as Ada, C#, VB.NET, C++, D and Java that allows the creation of several methods with the same name which differ from each other in terms of the type of the input and… … Wikipedia
Function cost analysis — (FСА) (sometimes named function value analysis (FVA)) is the a method of technical and economic research of the systems for purpose to optimize a parity between system s (as product or service) consumer functions or properties (also known as… … Wikipedia
function — function, functionalism Although the use of the concepts of function and functionalism is usually associated with the work of Talcott Parsons in modern sociology, there is a long tradition of functional explanation in studying societies, and a… … Dictionary of sociology
Function (mathematics) — f(x) redirects here. For the band, see f(x) (band). Graph of example function, In mathematics, a function associates one quantity, the a … Wikipedia
Function composition (computer science) — In computer science, function composition (not to be confused with object composition) is an act or mechanism to combine simple functions to build more complicated ones. Like the usual composition of functions in mathematics, the result of the… … Wikipedia
Function-level programming — In computer science, function level programming refers to one of the two contrasting programming paradigms identified by John Backus in his work on programs as mathematical objects, the other being value level programming.In his 1977 Turing award … Wikipedia
Result — A result is the final consequence of a sequence of actions or events (broadly incidents and accidents) expressed qualitatively or quantitatively, being a loss, injury, disadvantage, advantage, gain, victory or simply a value. There may be a range … Wikipedia
function — I. noun Etymology: Latin function , functio performance, from fungi to perform; probably akin to Sanskrit bhuṅkte he enjoys Date: 1533 1. professional or official position ; occupation 2. the action for which a person or thing is specially fitted … New Collegiate Dictionary
Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… … Wikipedia